home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / Starsiege / tribesdemo.exe / Disk1 / data1.cab / Tribes_Demo / base / scripts.vol / moveable.cs < prev    next >
Encoding:
Text File  |  1999-09-14  |  22.8 KB  |  981 lines

  1. //----------------------------------------------------------------------------
  2.  
  3. MoveableData elevator4x4
  4. {
  5.     shapeFile = "elevator_4x4";
  6.     className = "Elevator";
  7.     maxDamage = 10.0;
  8.     debrisId = defaultDebrisLarge;
  9.     explosionId = debrisExpLarge;
  10.     speed = 10;
  11.     sfxStart = SoundElevatorStart;
  12.     sfxStop = SoundElevatorStop;
  13.     sfxRun = SoundElevatorRun;
  14.     sfxBlocked = SoundElevatorBlocked;
  15.     triggerRadius = 0;
  16.    isPerspective = true;
  17. };
  18.  
  19. MoveableData elevator6x6
  20. {
  21.     shapeFile = "elevator_6x6";
  22.     className = "Elevator";
  23.     destroyable = false;
  24.     maxDamage = 2.0;
  25.     speed = 10;
  26.     debrisId = defaultDebrisLarge;
  27.     explosionId = debrisExpLarge;
  28.     sfxStart = SoundElevatorStart;
  29.     sfxStop = SoundElevatorStop;
  30.     sfxRun = SoundElevatorRun;
  31.     sfxBlocked = SoundElevatorBlocked;
  32.     triggerRadius = 0;
  33.    isPerspective = true;
  34. };
  35.  
  36. MoveableData elevator6x6Octa
  37. {
  38.     shapeFile = "elevator_6x6_octagon";
  39.     className = "Elevator";
  40.     destroyable = false;
  41.     maxDamage = 2.0;
  42.     speed = 10;
  43.     sfxStart = SoundElevatorStart;
  44.     sfxStop = SoundElevatorStop;
  45.     sfxRun = SoundElevatorRun;
  46.     sfxBlocked = SoundElevatorBlocked;
  47.     triggerRadius = 0;
  48.     explosionId = debrisExpLarge;
  49.     debrisId = defaultDebrisLarge;
  50.    isPerspective = true;
  51. };
  52.  
  53. MoveableData elevator8x4
  54. {
  55.     shapeFile = "elevator_8x4";
  56.     className = "Elevator";
  57.     maxDamage = 2.0;
  58.     speed = 10;
  59.     debrisId = defaultDebrisLarge;
  60.     sfxStart = SoundElevatorStart;
  61.     sfxStop = SoundElevatorStop;
  62.     sfxRun = SoundElevatorRun;
  63.     sfxBlocked = SoundElevatorBlocked;
  64.     triggerRadius = 0;
  65.     explosionId = debrisExpLarge;
  66.    isPerspective = true;
  67. };
  68.  
  69. MoveableData elevator8x6
  70. {
  71.     shapeFile = "elevator_8x6";
  72.     className = "Elevator";
  73.     maxDamage = 2.0;
  74.     speed = 10;
  75.     debrisId = defaultDebrisLarge;
  76.     sfxStart = SoundElevatorStart;
  77.     sfxStop = SoundElevatorStop;
  78.     sfxRun = SoundElevatorRun;
  79.     sfxBlocked = SoundElevatorBlocked;
  80.     triggerRadius = 0;
  81.     explosionId = debrisExpLarge;
  82.    isPerspective = true;
  83. };
  84.  
  85. MoveableData elevator9x9
  86. {
  87.     shapeFile = "elevator_9x9";
  88.     className = "Elevator";
  89.     maxDamage = 2.0;
  90.     speed = 10;
  91.     debrisId = defaultDebrisLarge;
  92.     sfxStart = SoundElevatorStart;
  93.     sfxStop = SoundElevatorStop;
  94.     sfxRun = SoundElevatorRun;
  95.     sfxBlocked = SoundElevatorBlocked;
  96.     triggerRadius = 0;
  97.     explosionId = debrisExpLarge;
  98.    isPerspective = true;
  99. };
  100.  
  101. MoveableData elevator16x16Octa
  102. {
  103.     shapeFile = "elevator16x16_octo";
  104.     className = "Elevator";
  105.     maxDamage = 2.0;
  106.     speed = 10;
  107.     debrisId = defaultDebrisLarge;
  108.     sfxStart = SoundElevatorStart;
  109.     sfxStop = SoundElevatorStop;
  110.     sfxRun = SoundElevatorRun;
  111.     sfxBlocked = SoundElevatorBlocked;
  112.     triggerRadius = 0;
  113.     explosionId = debrisExpLarge;
  114.    isPerspective = true;
  115. };
  116.  
  117. MoveableData elevator6x4
  118. {
  119.     shapeFile = "elevator6X4";
  120.     className = "Elevator";
  121.     maxDamage = 2.0;
  122.     speed = 10;
  123.     debrisId = defaultDebrisLarge;
  124.     sfxStart = SoundElevatorStart;
  125.     sfxStop = SoundElevatorStop;
  126.     sfxRun = SoundElevatorRun;
  127.     sfxBlocked = SoundElevatorBlocked;
  128.     triggerRadius = 0;
  129.     explosionId = debrisExpLarge;
  130.    isPerspective = true;
  131. };
  132.  
  133. MoveableData elevator6x5
  134. {
  135.     shapeFile = "elevator_6x5";
  136.     className = "Elevator";
  137.     maxDamage = 2.0;
  138.     speed = 10;
  139.     debrisId = defaultDebrisLarge;
  140.     sfxStart = SoundElevatorStart;
  141.     sfxStop = SoundElevatorStop;
  142.     sfxRun = SoundElevatorRun;
  143.     sfxBlocked = SoundElevatorBlocked;
  144.     triggerRadius = 0;
  145.     explosionId = debrisExpLarge;
  146.    isPerspective = true;
  147. };
  148.  
  149. MoveableData elevator8x8
  150. {
  151.     shapeFile = "elevator_8x8";
  152.     className = "Elevator";
  153.     maxDamage = 2.0;
  154.     speed = 10;
  155.     debrisId = defaultDebrisLarge;
  156.     sfxStart = SoundElevatorStart;
  157.     sfxStop = SoundElevatorStop;
  158.     sfxRun = SoundElevatorRun;
  159.     sfxBlocked = SoundElevatorBlocked;
  160.     triggerRadius = 0;
  161.     explosionId = debrisExpLarge;
  162.    isPerspective = true;
  163. };
  164.  
  165. MoveableData elevator6x4thin
  166. {
  167.     shapeFile = "elevator6x4thin";
  168.     className = "Elevator";
  169.     maxDamage = 2.0;
  170.     speed = 10;
  171.     debrisId = defaultDebrisLarge;
  172.     sfxStart = SoundElevatorStart;
  173.     sfxStop = SoundElevatorStop;
  174.     sfxRun = SoundElevatorRun;
  175.     sfxBlocked = SoundElevatorBlocked;
  176.     triggerRadius = 0;
  177.     explosionId = debrisExpLarge;
  178.    isPerspective = true;
  179. };
  180.  
  181. MoveableData elevator6x6thin
  182. {
  183.     shapeFile = "elevator6x6thin";
  184.     className = "Elevator";
  185.     maxDamage = 2.0;
  186.     speed = 10;
  187.     debrisId = defaultDebrisLarge;
  188.     sfxStart = SoundElevatorStart;
  189.     sfxStop = SoundElevatorStop;
  190.     sfxRun = SoundElevatorRun;
  191.     sfxBlocked = SoundElevatorBlocked;
  192.     triggerRadius = 0;
  193.     explosionId = debrisExpLarge;
  194.    isPerspective = true;
  195. };
  196.  
  197. MoveableData elevator5x5
  198. {
  199.     shapeFile = "elevator_5x5";
  200.     className = "Elevator";
  201.     maxDamage = 10.0;
  202.     debrisId = defaultDebrisLarge;
  203.     explosionId = debrisExpLarge;
  204.     speed = 10;
  205.     sfxStart = SoundElevatorStart;
  206.     sfxStop = SoundElevatorStop;
  207.     sfxRun = SoundElevatorRun;
  208.     sfxBlocked = SoundElevatorBlocked;
  209.     triggerRadius = 0;
  210.    isPerspective = true;
  211. };
  212.  
  213. MoveableData elevator4x5
  214. {
  215.     shapeFile = "elevator_4x5";
  216.     className = "Elevator";
  217.     maxDamage = 10.0;
  218.     debrisId = defaultDebrisLarge;
  219.     explosionId = debrisExpLarge;
  220.     speed = 10;
  221.     sfxStart = SoundElevatorStart;
  222.     sfxStop = SoundElevatorStop;
  223.     sfxRun = SoundElevatorRun;
  224.     sfxBlocked = SoundElevatorBlocked;
  225.     triggerRadius = 0;
  226.    isPerspective = true;
  227. };
  228.  
  229. function Elevator::onAdd(%this)
  230. {
  231.     %this.delayTime = getSimTime();
  232. }
  233.  
  234. function Elevator::onNewPath(%this)
  235. {
  236.     %this.status = "up";
  237.     Moveable::setWaypoint(%this,0);
  238.     if(%this.loop != "")    
  239.         Elevator::onMove(%this);    
  240. }
  241.  
  242. function Elevator::onEnabled(%this)
  243. {
  244.     GameBase::setActive(%this,true);
  245.     if(!GameBase::isPowered(%this))
  246.         Moveable::moveToWaypoint(%this,0);                
  247.     if(Moveable::getPosition(%this) != 0 || %this.loop != "") {
  248.         %this.delayTime = getSimTime() + 1;
  249.         Elevator::checkDelay(%this);        
  250.     }
  251. }
  252.  
  253. function Elevator::trigger(%this)
  254. {
  255.     if(%this.loop == "" && Moveable::getPosition(%this) == 0)
  256.         Elevator::checkDelay(%this);        
  257. }
  258.  
  259. function Elevator::onPower(%this, %state, %generator)
  260. {
  261.     if(%state) {
  262.         if(Moveable::getPosition(%this) != 0 || %this.loop != "") {
  263.             %this.delayTime = getSimTime() + 1;
  264.             Elevator::checkDelay(%this);        
  265.         }
  266.     }
  267.     else  
  268.         Moveable::moveToWaypoint(%this,0);                
  269. }
  270.  
  271. function Elevator::onMove(%this)
  272. {
  273.     if(GameBase::isPowered(%this) && GameBase::isActive(%this)) {    
  274.         if(%this.status == "up")  
  275.             Moveable::moveToWaypoint(%this,Moveable::getPosition(%this)+1);                
  276.         else if(%this.status == "down")
  277.             Moveable::moveToWaypoint(%this,Moveable::getPosition(%this)-1);                
  278.         %this.triggered = "";
  279.     }
  280. }
  281.  
  282. function Elevator::onFirst(%this)
  283. {
  284.     %this.status = "up";
  285.     %this.delayTime = getSimTime() + 1.5;
  286.     %this.triggerHit = "";
  287.     if(%this.loop != "")    {
  288.         Elevator::checkDelay(%this);        
  289.     }
  290. }
  291.  
  292. function Elevator::onWaypoint(%this)
  293. {
  294.     %waypoint = Moveable::getPosition(%this);
  295.     if(%waypoint != 0 && %waypoint != Moveable::getWaypointCount(%this)-1) {  
  296.         if((%this.status == "up" && %this.stopWayUp != "") || (%this.status == "down" && %this.stopWayDown != "")) {
  297.             %this.delayTime = getSimTime() + 1.5;
  298.             Elevator::checkDelay(%this);        
  299.         }
  300.         else
  301.             Elevator::onMove(%this);
  302.     }
  303. }
  304.  
  305. function Elevator::onLast(%this)
  306. {
  307.     %this.status = "down";
  308.     %this.waypoint = "top";
  309.     %this.delayTime = getSimTime() + 1.5;
  310.     Elevator::checkDelay(%this);        
  311. }
  312.  
  313. function Elevator::onCollision(%this, %object)
  314. {
  315.     if(!Player::isDead(%object) && getObjectType(%object) == "Player")
  316.         if (GameBase::getTeam(%this) == GameBase::getTeam(%object) || %this.noTeam != "" || GameBase::getTeam(%this) == -1) {
  317.             if (GameBase::isActive(%this) && %this.loop == "" && GameBase::isPowered(%this)  && getSimTime() >= %this.delayTime) {
  318.                 if(Moveable::getPosition(%this) == 0 && (%this.triggered == "" || %this.delayTime + 1.5 < getSimTime()) && %this.triggerHit == "") { 
  319.                     %this.delayTime = getSimTime() + 2.0;
  320.                     %this.triggered = 1;
  321.                 }
  322.                 if( getSimTime() >= %this.delayTime ) { 
  323.                     Elevator::trigger(%this);
  324.                     return true;
  325.                 }
  326.             }
  327.             else if(GameBase::getDataName(%object) == AntipersonelMine) 
  328.                 AntipersonelMine::onCollision(%object,%this);
  329.         }
  330.     return false;
  331. }
  332.  
  333.  
  334. function Elevator::onBlocker(%this,%obj)
  335. {
  336.     // Will get called 30/s for blocking objects
  337.     //echo("Moveable::onBlocker: " @ %this @ " " @ %obj);
  338.     GameBase::applyDamage(%obj,$CrushDamageType,0.01,
  339.         GameBase::getPosition(%this),"0 0 0","0 0 0",%this);
  340. }
  341.  
  342. function Elevator::onDamage(%this,%type,%value,%pos,%vec,%mom,%object)
  343. {
  344. }
  345.  
  346. function Elevator::onDisabled(%this)
  347. {
  348.     GameBase::setActive(%this,false);
  349.    Moveable::stop(%this);
  350. }
  351.  
  352. function Elevator::onDestroyed(%this)
  353. {
  354.     GameBase::setActive(%this,false);         
  355.    Moveable::stop(%this);
  356. }    
  357.  
  358. function Elevator::checkDelay(%this)
  359. {
  360.     if (getSimTime() >= %this.delayTime) 
  361.         Elevator::onMove(%this);
  362.     else
  363.         schedule("Elevator::checkDelay(" @ %this @ ");",1,%this);
  364. }
  365.  
  366. function Elevator::onTrigEnter(%this,%object,%trigger)
  367. {
  368. }
  369.  
  370. function Elevator::onTrigLeave(%this,%object,%trigger)
  371. {
  372.  
  373. }
  374.  
  375. function Elevator::onTrigger(%this,%object,%trigger)
  376. {
  377.     if(%this.triggerHit == "" && %this.delayTime < getSimTime()) {
  378.         %this.triggerHit = 1;
  379.         %this.status = "up";
  380.        if(!Elevator::onCollision(%this,%object))
  381.               %this.triggerHit = "";
  382.     }
  383. }
  384.  
  385.  
  386. //------------------------------------------------------------------------
  387. //--------------------------------------------------------------------------
  388.  
  389. $DoorScale[$ImpactDamageType] = 0;
  390. $DoorScale[$CrushDamageType] = 0;
  391. $DoorScale[$BulletDamageType] = 0;
  392. $DoorScale[$PlasmaDamageType] = 0.25;
  393. $DoorScale[$EnergyDamageType] = 0;
  394. $DoorScale[$ExplosionDamageType] = 0.25;
  395. $DoorScale[$MissileDamageType] = 1.0;
  396. $DoorScale[$DebrisDamageType] = 1.0;
  397. $DoorScale[$ShrapnelDamageType] = 1.0;
  398. $DoorScale[$LaserDamageType] = 0;
  399. $DoorScale[$MortarDamageType] = 1.0;
  400. $DoorScale[$BlasterDamageType] = 0;
  401. $DoorScale[$ElectricityDamageType] = 0;
  402. $DoorScale[$MineDamageType] = 1.0;
  403.  
  404. MoveableData DoorOneTop
  405. {
  406.     shapeFile = "door_top";
  407.     className = "Door";
  408.     maxDamage = 3;
  409.     debrisId = defaultDebrisLarge;
  410.     speed = 10;
  411.     sfxStart = SoundDoorOpen;
  412.     sfxStop = SoundDoorClose;
  413.     side = "left";
  414.     triggerRadius = 4;
  415.     explosionId = debrisExpLarge;
  416.    isPerspective = true;
  417.     displace = false;
  418.     blockForward = false;
  419. };
  420.  
  421. MoveableData DoorOneBottom
  422. {
  423.     shapeFile = "door_bot";
  424.     className = "Door";
  425.     maxDamage = 3;
  426.     debrisId = defaultDebrisLarge;
  427.     speed = 10;
  428.     sfxStart = SoundDoorOpen;
  429.     sfxStop = SoundDoorClose;
  430.     side = "right";
  431.     triggerRadius = 4;
  432.     explosionId = debrisExpLarge;
  433.    isPerspective = true;
  434.     displace = false;
  435.     blockBackward = false;
  436. };
  437.  
  438. MoveableData DoorOneLeft
  439. {
  440.     shapeFile = "newdoor1_l";
  441.     className = "Door";
  442.     maxDamage = 3;
  443.     debrisId = defaultDebrisLarge;
  444.     speed = 10;
  445.     sfxStart = SoundDoorOpen;
  446.     sfxStop = SoundDoorClose;
  447.     side = "left";
  448.     triggerRadius = 4;
  449.     explosionId = debrisExpLarge;
  450.    isPerspective = true;
  451.     displace = false;
  452.     blockForward = false;
  453. };
  454.  
  455. MoveableData DoorOneRight
  456. {
  457.     shapeFile = "newdoor1_r";
  458.     className = "Door";
  459.     maxDamage = 3;
  460.     debrisId = defaultDebrisLarge;
  461.     speed = 10;
  462.     sfxStart = SoundDoorOpen;
  463.     sfxStop = SoundDoorClose;
  464.     side = "right";
  465.     triggerRadius = 4;
  466.     explosionId = debrisExpLarge;
  467.    isPerspective = true;
  468.     displace = false;
  469.     blockBackward = false;
  470. };
  471.  
  472. MoveableData DoorTwoLeft
  473. {
  474.     shapeFile = "newdoor2_l";
  475.     className = "Door";
  476.     maxDamage = 3;
  477.     debrisId = defaultDebrisLarge;
  478.     speed = 10;
  479.     sfxStart = SoundDoorOpen;
  480.     sfxStop = SoundDoorClose;
  481.     side = "left";
  482.     triggerRadius = 4;
  483.     explosionId = debrisExpLarge;
  484.    isPerspective = true;
  485.     displace = false;
  486.     blockForward = false;
  487. };
  488.  
  489. MoveableData DoorTwoRight
  490. {
  491.     shapeFile = "newdoor2_r";
  492.     className = "Door";
  493.     maxDamage = 3;
  494.     debrisId = defaultDebrisLarge;
  495.     speed = 10;
  496.     sfxStart = SoundDoorOpen;
  497.     sfxStop = SoundDoorClose;
  498.     side = "right";
  499.     triggerRadius = 4;
  500.     explosionId = debrisExpLarge;
  501.    isPerspective = true;
  502.     displace = false;
  503.     blockBackward = false;
  504. };
  505.  
  506.  
  507. MoveableData DoorThreeLeft
  508. {
  509.     shapeFile = "newdoor3_l";
  510.     className = "Door";
  511.     maxDamage = 3;
  512.     debrisId = defaultDebrisLarge;
  513.     speed = 10;
  514.     sfxStart = SoundDoorOpen;
  515.     sfxStop = SoundDoorClose;
  516.     side = "left";
  517.     triggerRadius = 4;
  518.     explosionId = debrisExpLarge;
  519.    isPerspective = true;
  520.     displace = false;
  521.     blockForward = false;
  522. };
  523.  
  524. MoveableData DoorThreeRight
  525. {
  526.     shapeFile = "newdoor3_r";
  527.     className = "Door";
  528.     maxDamage = 3;
  529.     debrisId = defaultDebrisLarge;
  530.     speed = 10;
  531.     sfxStart = SoundDoorOpen;
  532.     sfxStop = SoundDoorClose;
  533.     side = "right";
  534.     triggerRadius = 4;
  535.     explosionId = debrisExpLarge;
  536.    isPerspective = true;
  537.     displace = false;
  538.     blockBackward = false;
  539. };
  540.  
  541. MoveableData DoorFourLeft
  542. {
  543.     shapeFile = "newdoor4_l";
  544.     className = "Door";
  545.     maxDamage = 3;
  546.     debrisId = defaultDebrisLarge;
  547.     speed = 10;
  548.     sfxStart = SoundDoorOpen;
  549.     sfxStop = SoundDoorClose;
  550.     triggerRadius = 4;
  551.     side = "left";
  552.     explosionId = debrisExpLarge;
  553.    isPerspective = true;
  554.     displace = false;
  555.     blockForward = false;
  556. };
  557.  
  558. MoveableData DoorFourRight
  559. {
  560.     shapeFile = "newdoor4_r";
  561.     className = "Door";
  562.     maxDamage = 3;
  563.     debrisId = defaultDebrisLarge;
  564.     speed = 10;
  565.     sfxStart = SoundDoorOpen;
  566.     sfxStop = SoundDoorClose;
  567.     side = "right";
  568.     triggerRadius = 4;
  569.     explosionId = debrisExpLarge;
  570.    isPerspective = true;
  571.     displace = false;
  572.     blockBackward = false;
  573. };
  574.  
  575. MoveableData DoorSixLeft
  576. {
  577.     shapeFile = "newdoor6_l";
  578.     className = "Door";
  579.     maxDamage = 3;
  580.     debrisId = defaultDebrisLarge;
  581.     speed = 10;
  582.     sfxStart = SoundDoorOpen;
  583.     sfxStop = SoundDoorClose;
  584.     side = "left";
  585.     triggerRadius = 4;
  586.     explosionId = debrisExpLarge;
  587.    isPerspective = true;
  588.     displace = false;
  589.     blockForward = false;
  590. };
  591.  
  592. MoveableData DoorSixRight
  593. {
  594.     shapeFile = "newdoor6_r";
  595.     className = "Door";
  596.     maxDamage = 3;
  597.     debrisId = defaultDebrisLarge;
  598.     speed = 10;
  599.     sfxStart = SoundDoorOpen;
  600.     sfxStop = SoundDoorClose;
  601.     side = "right";
  602.     triggerRadius = 4;
  603.     explosionId = debrisExpLarge;
  604.    isPerspective = true;
  605.     displace = false;
  606.     blockBackward = false;
  607. };
  608.  
  609. MoveableData DoorSevenLeft
  610. {
  611.     shapeFile = "door_8x8_l";
  612.     className = "Door";
  613.     maxDamage = 3;
  614.     debrisId = defaultDebrisLarge;
  615.     speed = 10;
  616.     sfxStart = SoundDoorOpen;
  617.     sfxStop = SoundDoorClose;
  618.     side = "left";
  619.     triggerRadius = 4;
  620.     explosionId = debrisExpLarge;
  621.    isPerspective = true;
  622.     displace = false;
  623. };
  624.  
  625. MoveableData DoorSevenRight
  626. {
  627.     shapeFile = "door_8x8_r";
  628.     className = "Door";
  629.     maxDamage = 3;
  630.     debrisId = defaultDebrisLarge;
  631.     speed = 10;
  632.     sfxStart = SoundDoorOpen;
  633.     sfxStop = SoundDoorClose;
  634.     side = "right";
  635.     triggerRadius = 4;
  636.     explosionId = debrisExpLarge;
  637.    isPerspective = true;
  638.     displace = false;
  639. };
  640.  
  641. //--------------------------------------------------------------------------
  642.  
  643. MoveableData DoorFive
  644. {
  645.     shapeFile = "newdoor5";
  646.     className = "Door";
  647.     maxDamage = 3;
  648.     debrisId = defaultDebrisLarge;
  649.     speed = 10;
  650.     sfxStart = SoundDoorOpen;
  651.     sfxStop = SoundDoorClose;
  652.     side = "single";
  653.     triggerRadius = 4;
  654.     explosionId = debrisExpLarge;
  655.    isPerspective = true;
  656.     displace = false;
  657.     blockBackward = false;
  658. };
  659.  
  660. MoveableData DoorForceField
  661. {
  662.     shapeFile = "forcefield";
  663.     className = "Door";
  664.     maxDamage = 10000;
  665.     debrisId = defaultDebrisLarge;
  666.     speed = 100;
  667.     sfxStop = ForceFieldClose;
  668.     side = "single";
  669.     triggerRadius = 4;
  670.     explosionId = debrisExpLarge;
  671.     isTranslucent = true;
  672.     displace = false;
  673.     blockBackward = false;
  674. };
  675.  
  676. MoveableData DoorForceField3x4
  677. {
  678.     shapeFile = "forcefield_3x4";
  679.     className = "Door";
  680.     maxDamage = 10000;
  681.     debrisId = defaultDebrisLarge;
  682.     speed = 100;
  683.     sfxStop = ForceFieldClose;
  684.     side = "single";
  685.     triggerRadius = 4;
  686.     explosionId = debrisExpLarge;
  687.     isTranslucent = true;
  688.     displace = false;
  689.     blockBackward = false;
  690. };
  691.  
  692. MoveableData DoorForceField4x17
  693. {
  694.     shapeFile = "forcefield_4x17";
  695.     className = "Door";
  696.     maxDamage = 10000;
  697.     debrisId = defaultDebrisLarge;
  698.     speed = 100;
  699.     sfxStop = ForceFieldClose;
  700.     side = "single";
  701.     triggerRadius = 4;
  702.     explosionId = debrisExpLarge;
  703.     isTranslucent = true;
  704.     displace = false;
  705.     blockBackward = false;
  706. };
  707.  
  708. MoveableData DoorForceField4x14
  709. {
  710.     shapeFile = "forcefield_4x14";
  711.     className = "Door";
  712.     maxDamage = 10000;
  713.     debrisId = defaultDebrisLarge;
  714.     speed = 100;
  715.     sfxStop = ForceFieldClose;
  716.     side = "single";
  717.     triggerRadius = 4;
  718.     explosionId = debrisExpLarge;
  719.     isTranslucent = true;
  720.     displace = false;
  721.     blockBackward = false;
  722. };
  723.  
  724. MoveableData DoorForceField4x8
  725. {
  726.     shapeFile = "forcefield_4x8";
  727.     className = "Door";
  728.     maxDamage = 10000;
  729.     debrisId = defaultDebrisLarge;
  730.     speed = 100;
  731.     sfxStop = ForceFieldClose;
  732.     side = "single";
  733.     triggerRadius = 4;
  734.     explosionId = debrisExpLarge;
  735.     isTranslucent = true;
  736.     displace = false;
  737.     blockBackward = false;
  738. };
  739.  
  740. MoveableData DoorForceField5x5
  741. {
  742.     shapeFile = "forcefield_5x5";
  743.     className = "Door";
  744.     maxDamage = 10000;
  745.     debrisId = defaultDebrisLarge;
  746.     speed = 100;
  747.     sfxStop = ForceFieldClose;
  748.     side = "single";
  749.     triggerRadius = 4;
  750.     explosionId = debrisExpLarge;
  751.     isTranslucent = true;
  752.     displace = false;
  753.     blockBackward = false;
  754. };
  755.  
  756. MoveableData DoorDiagonal
  757. {
  758.     shapeFile = "door_4x4_diagonal";
  759.     className = "Door";
  760.     maxDamage = 3;
  761.     debrisId = defaultDebrisLarge;
  762.     speed = 10;
  763.     sfxStart = SoundDoorOpen;
  764.     sfxStop = SoundDoorClose;
  765.     side = "single";
  766.   //    triggerRadius = 3;
  767.     explosionId = debrisExpLarge;
  768.    isPerspective = true;
  769.     displace = false;
  770.     blockBackward = false;
  771. };
  772.  
  773. $ForceFields["DoorForceField"] = 1;
  774. $ForceFields["DoorForceField3x4"] = 1;
  775. $ForceFields["DoorForceField4x17"] = 1;
  776. $ForceFields["DoorForceField4x8"] = 1;
  777. $ForceFields["DoorForceField5x5"] = 1;
  778. $ForceFields["DoorForceField4x14"] = 1;
  779. function Door::onAdd(%this)
  780. {
  781.     if(!GameBase::isPowered(%this))
  782.         Door::onPower(%this,"False");   
  783.  
  784.     %this.closeTime = getSimTime();
  785.      %this.fadeTime     = getSimTime();
  786.      %this.faded = "";
  787. }
  788.  
  789. function Door::onNewPath(%this)
  790. {
  791.     %numPoints = Moveable::getWaypointCount(%this);
  792.     %name = GameBase::getDataName(%this);
  793.     if(%numPoints <= 2 && (%name.side=="left" || %name.side == "right"))
  794.         %name.side = "single";
  795.     if(%name.side == "single") {
  796.         %center = %numPoints-1;
  797.         Moveable::setWaypoint(%this,%center);
  798.     }
  799.     else {
  800.         %center = floor(%numPoints/2);
  801.         Moveable::setWaypoint(%this,%center);
  802.     }
  803.     %this.center = %center;
  804. }
  805.  
  806. function Door::onEnabled(%this)
  807. {
  808.     GameBase::setActive(%this,true);
  809.     if(%this.center != "" && GameBase::isPowered(%this)) { 
  810.         %this.closeTime = getSimTime() + 1;
  811.         Door::closeCheck(%this);
  812.     }
  813.     else
  814.         Door::onPower(%this,"False");   
  815. }
  816.  
  817. function Door::trigger(%this)
  818. {
  819.     %waypoint = Moveable::getPosition(%this);
  820.     if((%waypoint != 0 && %waypoint != Moveable::getWaypointCount(%this)-1) || ((GameBase::getDataName(%this)).side == "single" && %waypoint != 0)) {
  821.         %this.status = "open";
  822.         if(!%this.triggerOpen == "")
  823.             %this.playerTrigger = 1; 
  824.         Door::onMove(%this);    
  825.     }
  826. }
  827.  
  828. function Door::onPower(%this, %state, %generator)
  829. {
  830.     if(%state) { 
  831.         if(Moveable::getPosition(%this) != %this.center && %this.center != "") {
  832.             %this.status = "close";
  833.             %this.closeTime = getSimTime() + 1;
  834.             Door::closeCheck(%this);
  835.         }
  836.     }
  837.     else { 
  838.         %this.status = "open";
  839.         Door::onMove(%this, 1);
  840.     }
  841. }
  842.  
  843. function Door::onFirst(%this)
  844. {
  845.     if(%this.triggerOpen == "") {
  846.         %this.status = "close";
  847.         %this.closeTime = getSimTime() + 3;
  848.         Door::closeCheck(%this);
  849.     }
  850.     else if(%this.playerTrigger) {
  851.         %this.status = "close";
  852.         %this.closeTime = getSimTime() + 1;
  853.         Door::closeCheck(%this);
  854.         %this.playerTrigger = "";
  855.     }    
  856. }
  857.  
  858. function Door::onLast(%this)
  859. {
  860.     if((GameBase::getDataName(%this)).side != "single") {
  861.         if(%this.triggerOpen == "") {
  862.             %this.status = "close";
  863.             %this.closeTime = getSimTime() + 3;
  864.             Door::closeCheck(%this);
  865.         }
  866.         else if(%this.playerTrigger) {
  867.             %this.status = "close";                    
  868.             %this.closeTime = getSimTime() + 1;
  869.             Door::closeCheck(%this);
  870.             %this.playerTrigger = "";
  871.         }    
  872.     }
  873. }
  874.  
  875. function Door::onWaypoint(%this)
  876. {
  877.     if(Moveable::getPosition(%this) == %this.center && %this.status == "close") 
  878.         %this.triggerTrigger = "";
  879. }
  880.  
  881. function Door::onMove(%this, %forceClose)
  882. {
  883.     if($ForceFields[GameBase::getDataName(%this)] != "" && %this.faded == "" && %this.status == "open") {
  884.         GameBase::startFadeOut(%this);
  885.         %time = getSimTime() - %this.fadeTime;
  886.         if(%time > 2.5)
  887.             %time = 2.5;
  888.         %this.faded = 1;
  889.         if(%forceClose != "")
  890.             schedule("Door::onMove(" @ %this @ "," @ %forceClose @ ");",%time,%this);
  891.         else
  892.             schedule("Door::onMove(" @ %this @ ");",%time,%this);
  893.         schedule("GameBase::playSound(" @ %this @ ",ForceFieldOpen,0);",(%time/2),%this);
  894.         return;        
  895.     } 
  896.     if((GameBase::isActive(%this) && GameBase::isPowered(%this)) || %forceClose != "") {
  897.         if(%this.status == "open") {
  898.             if((GameBase::getDataName(%this)).side == "left")
  899.                 Moveable::moveToWaypoint(%this,(Moveable::getWaypointCount(%this)-1));                
  900.             else
  901.                 Moveable::moveToWaypoint(%this,0);                
  902.          }
  903.         else { 
  904.             Moveable::moveToWaypoint(%this,%this.center);                
  905.         }
  906.     }
  907.     if($ForceFields[GameBase::getDataName(%this)] != "" && %this.status == "close" && !%this.faded == "" && GameBase::isPowered(%this)) {
  908.         GameBase::startFadeIn(%this);
  909.          %this.faded="";
  910.         %this.fadeTime = getSimTime();
  911.     }
  912. }
  913.  
  914. function Door::onCollision(%this, %object)
  915. {
  916.     if(!Player::isDead(%object) && getObjectType(%object) == "Player") 
  917.         if (GameBase::isActive(%this) && GameBase::isPowered(%this) && %this.faded == "")  
  918.             if(GameBase::getTeam(%this) == GameBase::getTeam(%object) || GameBase::getTeam(%this) == -1 || %this.noTeam != "" ) 
  919.                 if((%this.triggerOpen == "" || %this.triggerTrigger) ) 
  920.                     Door::trigger(%this);
  921. }
  922.  
  923. function Door::onBlocker(%this,%obj)
  924. {
  925.     GameBase::applyDamage(%obj,$CrushDamageType,0.01,
  926.         GameBase::getPosition(%this),"0 0 0","0 0 0",%this);
  927. }
  928.  
  929. function Door::onDamage(%this,%type,%value,%pos,%vec,%mom,%object)
  930. {
  931.     %damageLevel = GameBase::getDamageLevel(%this);
  932.     %TDS= 1;
  933.     if(GameBase::getTeam(%this) == GameBase::getTeam(%object))
  934.         %TDS = $Server::TeamDamageScale;
  935. //    GameBase::setDamageLevel(%this,%damageLevel + %value * 0.01 * %TDS * $DoorScale[%type]);
  936.     GameBase::setDamageLevel(%this,%damageLevel + %value * $DoorScale[%type]);
  937. }
  938.  
  939. function Door::onDisabled(%this)
  940. {
  941.     GameBase::setActive(%this,false);
  942.    Moveable::stop(%this);
  943. }
  944.  
  945. function Door::onDestroyed(%this)
  946. {
  947.     GameBase::setActive(%this,false);         
  948.    Moveable::stop(%this);
  949. }    
  950.  
  951. function Door::closeCheck(%this)
  952. {
  953.     if (getSimTime() >= %this.closeTime)
  954.         Door::onMove(%this);
  955.     else
  956.         schedule("Door::closeCheck(" @ %this @ ");",1,%this);
  957. }
  958.  
  959. function Door::onTrigEnter(%this,%object,%trigger)
  960. {
  961.     if(GameBase::getTeam(%this) == GameBase::getTeam(%object) || GameBase::getTeam(%this) == -1 || %this.noTeam != "" ) {
  962.         %this.status = "open";
  963.         Door::onMove(%this);
  964.     }
  965. }
  966.  
  967. function Door::onTrigLeave(%this,%object,%trigger)
  968. {
  969.     if(GameBase::getTeam(%this) == GameBase::getTeam(%object) || GameBase::getTeam(%this) == -1 || %this.noTeam != "" ) {
  970.         %this.status = "close";
  971.         %this.triggerTrigger = 1;
  972.         Door::onMove(%this);
  973.     }
  974. }
  975.  
  976. function Door::onTrigger(%this,%object,%trigger)
  977. {
  978.  
  979. }
  980.  
  981.